ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Internet Search

by krasun ALL

Plugin for search through the Internet

Details

  • 2014.01.22.14.55.39
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 857
  • Win 569
  • Mac 165
  • Linux 123
Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeInternetSearch

A Sublime Text 3 plugin for easily search through the Internet.

Google CSE API provides 100 search queries per day for free, so by default it uses DuckDuckGo search engine and you can change it to the Google engine.

Installation & configuration

Download Package Control and use the Package Control: Install Package command from the command palette. Using Package Control ensures Internet Search will stay up to date automatically.

Using Google CSE API

If you want to use Google CSE as main search engine instead of DuckDuckGo you must register your own developer key and specify it at configuration file (Packages/User/SublimeInternetSearch.sublime-settings):

{
    "google_cse": {
        "developer_key": "{yourAPIKey}", 
        // SublimeInternetSearch public Google Custom Search Engine identifier
        "engine_id": "003214559008085120238:jvdgt7ubdja"
    }
}

Using It

I'm so lazy to describe how it works, so just see an example:

Screenshot

License

This plugin is under the MIT license. See the complete license here.